home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Arkanoid Flash.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  583 b   |  29 lines

  1. setProperty("/ball", _X, "270");
  2. setProperty("/ball", _Y, "383");
  3. ballDiameter = "12";
  4. ballRadius = ballDiameter / "2";
  5. batWidth = "60";
  6. bat_collision_line = "390" - ballRadius;
  7. timer = getTimer();
  8. score = "0";
  9. addWallScore = "50";
  10. addBatScore = "100";
  11. speed_ind = "1";
  12. lives_left = "3";
  13. edge_cols = "10";
  14. edge_rows = "10";
  15. release = "0";
  16. started = "0";
  17. button = "1";
  18. onscreen_E = "0";
  19. onscreen_C = "0";
  20. onscreen_L = "0";
  21. onscreen_SL = "0";
  22. onscreen_B = "0";
  23. onscreen_SH = "0";
  24. onscreen_F = "0";
  25. expanded = "0";
  26. caught = "0";
  27. armed = "0";
  28. shrunken = "0";
  29.